home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tools / vim / src / proto / param.pro < prev    next >
Text File  |  1995-03-09  |  553b  |  12 lines

  1. /* param.c */
  2. void set_init __PARMS((void));
  3. int doset __PARMS((unsigned char *arg));
  4. void paramchanged __PARMS((unsigned char *arg));
  5. int makeset __PARMS((struct __stdio *fd));
  6. void clear_termparam __PARMS((void));
  7. void comp_col __PARMS((void));
  8. void win_copy_options __PARMS((struct window *wp_from, struct window *wp_to));
  9. void buf_copy_options __PARMS((struct buffer *bp_from, struct buffer *bp_to));
  10. void set_context_in_set_cmd __PARMS((unsigned char *arg));
  11. int ExpandSettings __PARMS((struct regexp *prog, int *num_file, unsigned char ***file));
  12.